home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / SHARED.DIR / 00900_panel.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  435 b   |  18 lines

  1. on mouseUp
  2.   puppetSprite(36, 1)
  3.   set the locH of sprite 36 to 650
  4.   updateStage()
  5.   repeat with x = 37 to 46
  6.     puppetSprite(x, 1)
  7.   end repeat
  8.   repeat with x = 37 to 46
  9.     set the locH of sprite x to 700
  10.     updateStage()
  11.   end repeat
  12.   set the castNum of sprite 37 to 811
  13.   set the castNum of sprite 38 to 813
  14.   set the castNum of sprite 39 to 815
  15.   set the castNum of sprite 40 to 817
  16.   set the castNum of sprite 41 to 819
  17. end
  18.